home *** CD-ROM | disk | FTP | other *** search
- #define SYMBOL 257
- #define KEYWORD 258
- #define LITERAL 259
- #define STRING 260
- #define COLON_EQUAL 261
- #define GREATER_EQUAL 262
- #define LESSER_EQUAL 263
- #define NOT_EQUAL 264
- #define EQUAL_EQUAL 265
- #define EQUAL_ARROW 266
- #define COLON_COLON 267
- #define QUESTION_QUESTION 268
- #define ELLIPSIS 269
- #define UNRECOGNIZED 270
- #define EOF_TOKEN 271
- #define HASH_T 272
- #define HASH_F 273
- #define HASH_BRACKET 274
- #define HASH_PAREN 275
- #define HASH_NEXT 276
- #define HASH_REST 277
- #define HASH_KEY 278
- #define HASH_ALL_KEYS 279
- #define DEFINE 280
- #define END 281
- #define GENERIC 282
- #define HANDLER 283
- #define LET 284
- #define LOCAL 285
- #define METHOD 286
- #define OTHERWISE 287
- #define CLASS 288
- #define CONSTANT 289
- #define LIBRARY 290
- #define MODULE 291
- #define VARIABLE 292
- #define TEST 293
- #define SLOT 294
- #define BEGIN_TOKEN 295
- #define CASE 296
- #define IF 297
- #define UNLESS 298
- #define UNTIL 299
- #define WHILE 300
- #define BLOCK 301
- #define FOR 302
- #define SELECT 303
- #define USE 304
- #define EXPORT 305
- #define CREATE 306
- #define ELSE 307
- #define ELSEIF 308
- #define BY 309
- #define FINALLY 310
- #define THEN 311
- #define IN 312
- #define FROM 313
- #define TO 314
- #define ABOVE 315
- #define BELOW 316
- #define CLEANUP 317
- #define EXCEPTION 318
-